func runtime.gostringnocopy

10 uses

	runtime (current package)
		cgocallback.go#L12: 	panic(gostringnocopy(p))
		proc.go#L812: 				env = gostringnocopy(p)[len(prefix):]
		runtime1.go#L79: 		argslice[i] = gostringnocopy(argv_index(argv, i))
		string.go#L537: func gostringnocopy(str *byte) string {
		symtab.go#L754: 	return gostringnocopy(&md.funcnametab[nameOff])
		symtab.go#L1168: 		return gostringnocopy(&datap.filetab[fileoff])
		traceback.go#L1651: 			println(gostringnocopy(arg.funcName))
		traceback.go#L1657: 			print(gostringnocopy(arg.file), ":", arg.lineno, " ")
		vdso_linux.go#L197: 			if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
		vdso_linux.go#L224: 		if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {